﻿@charset "utf-8";
.cm {
    color: #ce1d1d;
}

@font-face {
    font-family: 'swissbt';
    src: url('../font/SWISSBT.TTF');
}

.inbanner {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
}

.inbanner > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    width: 1920px;
    height: 100%;
    z-index: 0;
}

.inbanner > img.r-align {
    left: auto;
    right: 0;
    margin-left: 0;
}

.inbanner > img.l-align {
    left: 0;
    margin-left: 0;
}

.inbanner .cer2 {
    height: 100%;
    position: relative;
}

.ibcatein {
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 1;
    margin-top: -106px;
}

.ibcatein .en {
    font-size: 28px;
    line-height: 44px;
    color: #999;
    font-family: 'Source Han Serif CN Medium';
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #f8f9f6;
}

.ibcatein .cn {
    font-size: 56px;
    line-height: 84px;
    color: #90c31e;
    font-family: 'Source Han Serif CN Medium';
    font-weight: bold;
    margin: 20px 0;
    /*text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;*/
    -webkit-text-stroke: 2px #f8f9f6;
}

.ibcatein .cn2 {
    font-size: 28px;
    line-height: 44px;
    color: #666;
    font-family: '黑体';
}

.js-qiecon {
    display: none;
}

.js-qiecon.on {
    display: block;
}

.greybg {
    background-color: #f0f3f6;
}

@media screen and (max-width: 1400px) {
    .inbanner > img.ib-3 {
        left: auto;
        margin-left: 0;
        right: 0;
        margin-right: -260px;
    }
}

@media screen and (max-width: 1240px) {
    .ibcatein {
        width: 100%;
        left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    .inbanner > img.ib-3 {
        margin-right: -180px;
    }
}

.outnavbg {
    width: 100%;
    height: 66px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.outnav3 {
    height: 66px;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.outnav3 .nav-left,
.outnav3 .nav-right {
    width: 50px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.outnav3 .nav-left {
    left: 0;
    background-image: url('../images/lt3.png');
}

.outnav3 .nav-right {
    right: 0;
    background-image: url('../images/gt3.png');
}

.outnav3 .nav-left:hover,
.outnav3 .nav-right:hover {
    background-color: #eee;
}

.outnav3 #wrapper22 {
    width: 100%;
    height: 100%;
    position: relative;
}

.outnav3.on {
    padding: 0 50px;
}

.outnav3.on .nav-left,
.outnav3.on .nav-right {
    display: block;
}

/*面包屑导航*/
.breadcrumb {
    height: 66px;
    line-height: 66px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
}

.nav7 {
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}

.nav7 li {
    width: 200px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

.nav7.fen2 li {
    width: 50%;
}

.nav7.fen3 li {
    width: 33.3%;
}

.nav7.fen4 li {
    width: 25%;
}

.nav7.fen5 li {
    width: 20%;
}

.nav7 li a {
    display: block;
    position: relative;
    background-color: #fff;
    color: #333;
    line-height: 66px;
    font-size: 16px;
}

.nav7 li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    margin-left: 0;
    width: 0;
    height: 2px;
    background-color: #d10d1d;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.nav7 li:hover a {
    color: #90c31e;
}

.nav7 li.on a {
    color: #d10d1d;
}

.nav7 li:hover a:after,
.nav7 li.on a:after {
    width: 84px;
    margin-left: -42px;
}

@media screen and (max-width: 750px) {
    .nav7 li a {
        font-size: 24px;
    }
}

.newslist {
    padding: 50px 10px 60px;
    max-width: 1300px;
    margin: 0 auto;
}

.newslist li {
    width: 100%;
    padding: 35px 0;
    position: relative;
    background-color: #fff;
    border-bottom: 1px dashed #eaeaea;
}

.newslist li a {
    display: block;
    position: relative;
    padding-left: 460px;
    min-height: 236px;
    overflow: hidden;
    padding-right: 180px;
}

.newslist li .pic {
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 1;
    width: 378px;
    height: 236px;
    overflow: hidden;
}

.newslist li .pic img {
    width: 100%;
    height: 100%;
}

.newslist li h3 {
    font-size: 18px;
    color: #111;
    line-height: 32px;
    height: 32px;
    padding-top: 30px;
    overflow: hidden;
}

.newslist li .txt {
    color: #666;
    line-height: 22px;
    overflow: hidden;
    height: 66px;
    margin-top: 20px;
    text-align: justify;
}

.newslist li .info {
    font-size: 12px;
    color: #777;
    line-height: 24px;
    height: 24px;
    margin-top: 30px;
    overflow: hidden;
}

.newslist .clock {
    padding-left: 27px;
}

.newslist .click {
    padding-left: 27px;
    margin-left: 44px;
}

span.clock {
    background: url('../images/clock.png') 0 center no-repeat;
}

span.click {
    background: url('../images/click.png') 0 center no-repeat;
}

.newslist li label {
    display: block;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: url('../images/jia.png') center no-repeat;
    position: absolute;
    right: 30px;
    top: 96px;
    z-index: 1;
}

.newslist li:hover h3 {
    color: #d10d1d;
}

.newslist li:hover {
    -webkit-box-shadow: 0 0 10px 6px rgba(181, 181, 181, 0.2);
    box-shadow: 0 0 10px 6px rgba(181, 181, 181, 0.2);
    z-index: 1;
}

.newslist li:hover label {
    background-image: url('../images/jiah.png');
}

.newslist h3,
.newslist li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1780px) {
    .newslist li a {
        padding-right: 120px;
    }
}

@media screen and (max-width: 1200px) {
    .newslist li {
        padding: 30px 0;
    }

    .newslist li a {
        padding-right: 40px;
    }

    .newslist li label {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .newslist li h3 {
        padding-top: 0;
    }

    .newslist li .txt {
        line-height: 24px;
        height: 96px;
    }
}

@media screen and (max-width: 960px) {
    .newslist li a {
        padding-left: 340px;
        padding-right: 20px;
        min-height: 188px;
    }

    .newslist li .pic {
        left: 20px;
        width: 300px;
        height: 188px;
    }

    .newslist li .info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 750px) {
    .newslist li h3 {
        font-size: 26px;
        line-height: 44px;
        height: 88px;
    }

    .newslist li .info {
        font-size: 24px;
        line-height: 40px;
        height: 80px;
    }

    .newslist li .txt {
        display: none;
    }

    .newslist .click {
        margin-left: 0;
    }
}

.atc {
    padding: 60px 0 80px;
}

.atc-h {
    text-align: center;
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 30px;
}

.atc-h h1 {
    font-size: 26px;
    color: #111;
    line-height: 46px;
    margin-bottom: 10px;
}

.atc-date {
    font-size: 14px;
    color: #777;
    line-height: 36px;
}

.atc-date span {
    margin: 0 26px;
    display: inline-block;
}

.atc-date .clock {
    padding-left: 28px;
}

.atc-date .click {
    padding-left: 28px;
}

.atc-con {
    padding: 35px 0 55px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}

.atc-con img {
    max-width: 100%;
}

.atc-con a {
    color: #d20e1c;
}

.atc-pn {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 40px;
    padding: 12px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    line-height: 40px;
}

.atc-pn a {
    width: 38%;
    height: 100%;
    color: #666;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.atc-prev {
    float: left;
    text-align: left;
    padding-left: 24px;
    background: url('../images/jtl-atc.png') left no-repeat;
}

a.atc-next {
    float: right;
    text-align: right;
    padding-right: 24px;
    background: url('../images/jtr-atc.png') right no-repeat;
}

a.atc-ret {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    color: #fff;
    background-color: #d20e1c;
}

a.atc-ret span {
    display: inline-block;
    padding-left: 30px;
    height: 100%;
    background: #d20e1c url('../images/ret.png') left center no-repeat;
}

a.atc-prev:hover,
a.atc-next:hover {
    color: #d20e1c;
}

.videowrap {
    width: 100%;
    position: relative;
    text-align: center;
}

.video {
    width: 900px;
    max-width: 100%;
    height: 540px;
}

@media screen and (max-width: 960px) {
    .videowrap {
        padding-bottom: 60%;
        height: 0;
    }

    .video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 840px) {
    a.atc-prev,
    a.atc-next {
        width: 25%;
    }

    a.atc-prev span,
    a.atc-next span {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .atc-h h1 {
        font-size: 36px;
        margin-bottom: 26px;
    }

    .atc-h .atc-date {
        font-size: 24px;
    }

    .atc-con {
        font-size: 26px;
        line-height: 46px;
    }

    .atc-con div,
    .atc-con p,
    .atc-con span {
        font-size: 26px !important;
        line-height: 46px !important;
    }

    .atc-pn {
        height: 50px;
        line-height: 50px;
    }

    a.atc-ret {
        width: 220px;
    }
}

.prolist {
    max-width: 1800px;
    overflow: hidden;
    padding: 70px 15px 10px;
    margin: 0 auto;
}

.prolist li {
    float: left;
    width: 20%;
    margin-bottom: 60px;
}

.prolist li .lin {
    padding: 0 30px;
}

.prolist li a {
    display: block;
    position: relative;
    border: 1px solid #dbdbdb;
    font-size: 0;
}

.prolist li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    width: 0;
    height: 2px;
    background-color: #90c31e;
}

.prolist li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.prolist li .pic .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    text-align: center;
}

.prolist li .pic .wrap i {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.prolist li img {
    max-width: 95%;
    max-height: 95%;
}

.prolist li a,
.prolist li a:after {
    -webkit-transition: .6s;
    transition: .6s;
}

.prolist li:hover a {
    border-color: #aaa;
}

.prolist li:hover a:after {
    width: 100%;
}

.prolist li .ptitle{
    font-size: 15px;
    color: #000;
    text-align: center;
    padding: 0 30px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1300px) {
    .prolist li {
        width: 33.33%;
    }
}

@media screen and (max-width: 900px) {
    .prolist li .lin {
        padding: 0 15px;
    }
}

@media screen and (max-width: 750px) {
    .prolist {
        padding: 60px 15px 30px;
    }

    .prolist li {
        margin-bottom: 30px;
    }
}

.rylist {
    max-width: 1740px;
    overflow: hidden;
    padding: 80px 0 20px;
    margin: 0 auto;
}

.rylist li {
    float: left;
    width: 20%;
    margin-bottom: 50px;
}

.rylist li .lin {
    padding: 0 29px;
}

.rylist li a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.rylist li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.rylist li .pic .wrap {
    background-color: #f0f0f0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    text-align: center;
}

.rylist li .pic .wrap i {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.rylist li img {
    max-width: 95%;
    max-height: 95%;
}

.rylist li h3 {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
    color: #666;
}

.rylist li h3,
.rylist li a {
    -webkit-transition: .6s;
    transition: .6s;
}

.rylist li:hover h3 {
    color: #d20e1c;
}

.rylist li:hover a {
    border-bottom-color: #d20e1c;
}

@media screen and (max-width: 1400px) {
    .rylist li {
        width: 25%;
    }
}

@media screen and (max-width: 1100px) {
    .rylist li {
        width: 33.33%;
    }
}

@media screen and (max-width: 900px) {
    .rylist li {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .rylist {
        padding: 70px 15px 20px;
    }

    .rylist li .lin {
        padding: 0 15px;
    }

    .rylist li h3 {
        font-size: 24px;
        padding: 5px;
    }
}

.rytxtlist {
    max-width: 1740px;
    overflow: hidden;
    padding: 60px 0 66px;
    margin: 0 auto;
    border-bottom: 1px solid #ececec;
}

.rytxtlist li {
    float: left;
    width: 20%;
}

.rytxtlist li .lin {
    padding: 0 15px;
}

.rytxtlist li a {
    display: block;
}

.rytxtlist li h3 {
    font-size: 14px;
    color: #555;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding-left: 10px;
    background: url('../images/dot2.png') 0 18px no-repeat;
}

.rytxtlist li h3 {
    -webkit-transition: .6s;
    transition: .6s;
}

.rytxtlist li:hover h3 {
    color: #d20e1c;
}

@media screen and (max-width: 1600px) {
    .rytxtlist li {
        width: 25%;
    }
}

@media screen and (max-width: 1300px) {
    .rytxtlist {
        padding: 60px 30px 66px;
    }

    .rytxtlist li {
        width: 33.33%;
    }
}

@media screen and (max-width: 980px) {
    .rytxtlist li {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .rytxtlist li {
        float: none;
        width: 100%;
    }

    .rytxtlist {
        padding: 40px 20px 46px;
    }

    .rytxtlist li h3 {
        font-size: 24px;
        line-height: 54px;
        height: auto;
        background-position: 0 25px;
    }
}

.rc-title {
    font-size: 32px;
    color: #d91624;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 0 #4c0606;
    padding: 0 40px;
}

.rc-title span {
    display: inline-block;
}

.fenglist {
    max-width: 1750px;
    overflow: hidden;
    padding: 40px 10px 15px;
    margin: 0 auto;
}

.fenglist li {
    float: left;
    width: 20%;
    margin-bottom: 65px;
}

.fenglist li .lin {
    padding: 0 37px;
}

.fenglist li a {
    display: block;
    position: relative;
    font-size: 0;
}

.fenglist li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 133.33%;
    position: relative;
    overflow: hidden;
}

.fenglist li .pic .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    text-align: center;
}

.fenglist li .pic .wrap i {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.fenglist li img {
    max-width: 100%;
    max-height: 100%;
}

.fenglist li a {
    -webkit-transition: .6s;
    transition: .6s;
}

.fenglist li:hover a {
    border-color: #aaa;
}

@media screen and (max-width: 1680px) {
    .fenglist {
        padding: 40px 10px 30px;
    }

    .fenglist li .lin {
        padding: 0 20px;
    }

    .fenglist li {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .fenglist {
        max-width: 1100px;
    }

    .fenglist li {
        width: 33.33%;
    }
}

@media screen and (max-width: 750px) {
    .fenglist {
        padding: 40px 10px 30px;
    }

    .fenglist li .lin {
        padding: 0 10px;
    }

    .fenglist li {
        margin-bottom: 30px;
    }
}

.gonglist {
    max-width: 1602px;
    overflow: hidden;
    padding: 10px 0 15px;
    margin: 0 auto;
}

.gonglist li {
    float: left;
    width: 33.33%;
    margin-bottom: 50px;
}

.gonglist li .lin {
    padding: 0 22px;
}

.gonglist li a {
    display: block;
    position: relative;
    font-size: 0;
}

.gonglist li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    position: relative;
    overflow: hidden;
}

.gonglist li .pic .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
    text-align: center;
}

.gonglist li .pic .wrap i {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.gonglist li img {
    max-width: 100%;
    max-height: 100%;
}

.gonglist li a {
    -webkit-transition: .6s;
    transition: .6s;
}

.gonglist li:hover a {
    border-color: #aaa;
}

@media screen and (max-width: 1200px) {
    .gonglist li {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .gonglist li .lin {
        padding: 0 10px;
    }

    .gonglist li {
        margin-bottom: 30px;
    }
}

.cate18 {
    text-align: center;
    font-weight: bold;
}

.cate18 .cn {
    font-size: 34px;
    color: #333;
    line-height: 56px;
    position: relative;
    z-index: 1;
}

.cate18 .en {
    font-size: 56px;
    color: #eee;
    line-height: 72px;
    text-transform: uppercase;
    margin-top: -41px;
}

.dangj {
    padding: 50px 0 90px;
    overflow: hidden;
}

.dangjcon {
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    text-align: justify;
}

.dangjcon img {
    max-width: 100%;
}

@media screen and (max-width: 1240px) {
    .dangj {
        padding: 50px 0 70px;
    }
}

@media screen and (max-width: 750px) {
    .dangjcon {
        font-size: 26px;
        line-height: 46px;
    }

    .dangjcon div,
    .dangjcon p,
    .dangjcon span {
        font-size: 26px !important;
        line-height: 46px !important;
    }
}

.danglist {
    padding: 20px 30px 70px;
    max-width: 1680px;
    margin: 0 auto;
}

.danglist li {
    padding: 40px 0;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}

.danglist li a {
    display: block;
    position: relative;
    padding-left: 500px;
    min-height: 210px;
    overflow: hidden;
    padding-right: 30px;
}

.danglist li .pic {
    position: absolute;
    left: 116px;
    top: 0;
    z-index: 1;
    width: 336px;
    height: 210px;
    overflow: hidden;
}

.danglist li .pic img {
    width: 100%;
    height: 100%;
}

.danglist .date {
    width: 116px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
}

.danglist .date span {
    display: block;
    color: #333;
}

.danglist .date .mday {
    font-size: 26px;
    line-height: 40px;
    height: 40px;
}

.danglist .date .year {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.danglist li h3 {
    font-size: 18px;
    color: #111;
    line-height: 30px;
    height: 30px;
    padding-top: 14px;
    overflow: hidden;
}

.danglist li .txt {
    color: #666;
    line-height: 28px;
    overflow: hidden;
    height: 84px;
    margin-top: 16px;
    text-align: justify;
}

.danglist li label {
    display: block;
    width: 80px;
    height: 24px;
    margin-top: 22px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.danglist li label:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 0;
    width: 0;
    height: 1px;
    background-color: #d20e1c;
}

.danglist li:hover h3 {
    color: #d20e1c;
}

.danglist li:hover {
    border-color: #d20e1c;
}

.danglist li:hover label {
    color: #d20e1c;
}

.danglist li:hover label:after {
    width: 100%;
}

.danglist li:hover .date span {
    color: #d20e1c;
}

.danglist h3,
.danglist li,
.danglist label,
.danglist label:after,
.danglist .date span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1350px) {
    .danglist li a {
        padding-right: 0;
    }

    .danglist li h3 {
        padding-top: 0;
    }

    .danglist li .txt {
        height: 112px;
    }
}

@media screen and (max-width: 1140px) {
    .danglist li {
        padding: 30px 0;
    }

    .danglist li a {
        padding-left: 370px;
    }

    .danglist li .pic {
        left: 0;
    }
}

@media screen and (max-width: 750px) {
    .danglist {
        padding: 20px 20px 60px;
    }

    .danglist li a {
        padding-left: 360px;
    }

    .danglist li h3 {
        font-size: 28px;
        line-height: 44px;
        height: 88px;
    }

    .danglist li label {
        display: none;
    }

    .danglist li .txt {
        font-size: 24px;
        line-height: 36px;
        height: 108px;
        margin-top: 14px;
    }
}

.zpfirst {
    border: 1px solid #dcdcdc;
    padding-left: 226px;
    position: relative;
    height: 148px;
    margin-top: 40px;
}

.zpfirst:before {
    content: '';
    width: 4px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    z-index: 0;
    background-color: #d20e1c;
}

.zpfirst .title {
    float: left;
    width: 225px;
    height: 100%;
    margin-left: -226px;
    border-right: 1px solid #dcdcdc;
    font-size: 24px;
    color: #313131;
    line-height: 148px;
    font-weight: bold;
    text-align: center;
}

.zpfirst .con {
    display: table;
    width: 100%;
    height: 100%;
}

.zpfirst .con .inner {
    padding: 0 80px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #313131;
    line-height: 26px;
}

.zplist {
    padding: 40px 30px;
    margin: 0 auto;
    max-width: 1680px;
}

.zplist li {
    border: 1px solid #dcdcdc;
    margin-bottom: 40px;
    background-color: #fff;
}

.zplist .zpone {
    height: 50px;
    cursor: pointer;
    position: relative;
    padding: 23px 120px 23px 44px;
}

.zplist .zpone:before {
    content: '';
    width: 4px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 0;
    background-color: #aaa;
}

.zplist .zpone h3 {
    font-size: 16px;
    color: #313131;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.zplist .zpone p.info {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.zplist .zpone p.info span {
    display: inline-block;
    margin-right: 16px;
}

.zplist .zpone i {
    position: absolute;
    right: 50px;
    top: 23px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url('../images/jtr-zp.png') center no-repeat;
}

.zplist li.on {
    border-color: #d20e1c;
}

.zplist li.on .zpone:before {
    background-color: #d20e1c;
}

.zplist li:hover {
    -webkit-box-shadow: 0 0 10px 0 #e0e0e0;
    box-shadow: 0 0 10px 0 #e0e0e0;
}

.zplist li.on .zpone h3,
.zplist li:hover .zpone h3 {
    color: #d20e1c;
}

.zplist li.on .zpone i,
.zplist li:hover .zpone i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zplist li,
.zplist .zpone:before,
.zplist .zpone i,
.zplist .zpone h3 {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.zpcon {
    display: none;
    padding: 10px 50px 30px;
    color: #666;
    line-height: 28px;
}

@media screen and (max-width: 1200px) {
    .zpfirst {
        height: 200px;
    }

    .zpfirst .title {
        line-height: 200px;
    }

    .zpfirst .con .inner {
        padding: 0 40px;
    }
}

@media screen and (max-width: 840px) {
    .zpfirst {
        padding-left: 161px;
    }

    .zpfirst .title {
        width: 160px;
        margin-left: -161px;
    }
}

@media screen and (max-width: 750px) {
    .zpfirst {
        height: 380px;
    }

    .zpfirst .title {
        font-size: 30px;
        line-height: 380px;
    }

    .zpfirst .con .inner {
        padding: 0 30px;
        font-size: 24px;
        line-height: 40px;
    }

    .zplist .zpone {
        height: 130px;
    }

    .zplist .zpone h3 {
        font-size: 28px;
        line-height: 40px;
        height: 40px;
    }

    .zplist .zpone p.info {
        font-size: 26px;
        line-height: 40px;
        height: 80px;
        margin-top: 10px;
    }

    .zpcon {
        line-height: 44px;
        padding: 20px 40px 30px;
    }

    .zpcon div,
    .zpcon p,
    .zpcon span {
        line-height: 44px !important;
    }
}

.whlist {
    max-width: 1720px;
    overflow: hidden;
    padding: 30px 15px 45px;
    margin: 0 auto;
}

.whlist li {
    float: left;
    width: 25%;
    margin-bottom: 40px;
}

.whlist li .lin {
    padding: 0 25px;
}

.whlist li a {
    display: block;
    position: relative;
}

.whlist li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.whlist li .pic i {
    width: 43px;
    height: 39px;
    position: absolute;
    left: 22px;
    top: 20px;
    z-index: 3;
}

.whlist li .pic i.i1 {
    background: url('../images/wh01.png') center no-repeat;
}

.whlist li .pic i.i2 {
    background: url('../images/wh02.png') center no-repeat;
}

.whlist li .pic i.i3 {
    background: url('../images/wh03.png') center no-repeat;
}

.whlist li .pic i.i4 {
    background: url('../images/wh04.png') center no-repeat;
}

.whlist li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.6;
}

.whlist li span.key {
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    top: 50%;
    margin-top: -24px;
    z-index: 2;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    text-align: center;
}

.whlist li h3 {
    font-size: 14px;
    color: #d20e1c;
    line-height: 28px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 5px;
}

.whlist li h3 span {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1100px) {
    .whlist li {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .whlist li .lin {
        padding: 0 15px;
    }

    .whlist li span.key {
        font-size: 28px;
    }

    .whlist li h3 {
        font-size: 24px;
        line-height: 36px;
        height: 150px;
        padding: 20px 15px;
        white-space: normal;
    }
}

.fwlist {
    max-width: 1680px;
    height: 584px;
    position: relative;
    font-size: 0;
    margin: 40px 0 75px;
}

.fwlist li {
    position: absolute;
    height: 50%;
    z-index: 1;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.fwlist li .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 36px 30px 30px;
}

.fwlist li .txt .cn {
    font-size: 24px;
    line-height: 30px;
    color: #d20e1c;
}

.fwlist li .txt .en {
    font-size: 16px;
    line-height: 26px;
    color: #d20e1c;
    position: relative;
    font-family: 'arial';
    text-transform: capitalize;
    word-break: normal;
    padding-bottom: 10px;
}

.fwlist li .txt .en:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 40px;
    height: 2px;
    background-color: #d31d2b;
}

.fwlist li .txt .wz {
    margin-top: 10px;
    word-break: normal;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.fwlist li .txt {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.fwlist li.i1 {
    background-image: url('../images/nian1.jpg');
    top: 0;
    left: 0;
    width: 28.5%;
    height: 100%;
    background-position: center bottom;
}

.fwlist li.i2 {
    background-image: url('../images/nian2.jpg');
    top: 0;
    left: 28.5%;
    width: 40.5%;
}

.fwlist li.i3 {
    background-image: url('../images/nian3.jpg');
    top: 0;
    left: 69%;
    width: 31%;
}

.fwlist li.i4 {
    background-image: url('../images/nian4.jpg');
    top: 50%;
    left: 28.5%;
    width: 31%;
}

.fwlist li.i5 {
    background-image: url('../images/nian5.jpg');
    top: 50%;
    left: 59.5%;
    width: 40.5%;
}

@media screen and (max-width: 1400px) {
    .fwlist li.i1 {
        width: 33.3%;
    }

    .fwlist li.i2 {
        left: 33.3%;
        width: 33.3%;
    }

    .fwlist li.i3 {
        left: 66.6%;
        width: 33.3%;
    }

    .fwlist li.i4 {
        left: 33.3%;
        width: 33.3%;
    }

    .fwlist li.i5 {
        left: 66.6%;
        width: 33.3%;
    }
}

@media screen and (max-width: 1000px) {
    .fwlist {
        height: 876px;
    }

    .fwlist li.i1 {
        width: 50%;
        height: 66.6%;
    }

    .fwlist li.i2 {
        left: 50%;
        width: 50%;
        height: 33.3%;
    }

    .fwlist li.i3 {
        top: 33.3%;
        left: 50%;
        width: 50%;
        height: 33.3%;
    }

    .fwlist li.i4 {
        top: 66.6%;
        left: 0;
        width: 50%;
        height: 33.3%;
    }

    .fwlist li.i5 {
        top: 66.6%;
        left: 50%;
        width: 50%;
        height: 33.3%;
    }
}

@media screen and (max-width: 750px) {
    .fwlist {
        height: 960px;
    }

    .fwlist li .txt .cn {
        font-size: 30px;
        line-height: 44px;
    }

    .fwlist li .txt .en {
        font-size: 26px;
        line-height: 36px;
    }

    .fwlist li .txt .wz {
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
    }
}

.cate2 {
    text-align: center;
}

.cate2 .cn {
    font-size: 24px;
    line-height: 40px;
    color: #d20e1c;
}

.cate2 p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.lichenlist {
    max-width: 1376px;
    padding: 20px 0 90px;
    position: relative;
    margin: 25px auto 0;
}

.lichenlist:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 0;
    bottom: 110px;
    border-left: 1px dashed #b4b4b4;
}

.lichenlist li {
    padding-right: 50%;
    height: 95px;
    text-align: right;
    position: relative;
    z-index: 1;
    background: url('../images/dotfz.png') center bottom no-repeat;
    margin-bottom: 14px;
}

.lichenlist li .inner {
    margin-right: 32px;
    height: 168px;
    -webkit-box-shadow: 0 0 6px 0 rgba(135, 135, 135, 0.3);
    box-shadow: 0 0 6px 0 rgba(135, 135, 135, 0.3);
}

.lichenlist li .inner2 {
    padding-left: 300px;
    height: 100%;
    position: relative;
}

.lichenlist li .pic {
    width: 300px;
    height: 100%;
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.lichenlist li .pic img {
    width: 100%;
    height: 100%;
}

.lichenlist li .fzcon {
    display: table;
    width: 100%;
    height: 100%;
}

.lichenlist li .tbcell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 38px;
}

.lichenlist li .year {
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 24px;
    color: #d20e1c;
    font-weight: bold;
    font-style: italic;
}

.lichenlist li .txt {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.lichenlist li:nth-child(2n) {
    padding-right: 0;
    padding-left: 50%;
    text-align: left;
}

.lichenlist li:nth-child(2n) .inner {
    margin-left: 32px;
    margin-right: 0;
}

.lichenlist li:nth-child(2n) .inner2 {
    padding-right: 300px;
    padding-left: 0;
}

.lichenlist li:nth-child(2n) .pic {
    left: auto;
    right: 0;
}

@media screen and (max-width: 1280px) {
    .lichenlist {
        padding: 20px 0 2px;
    }

    .lichenlist:before {
        bottom: 40px;
        border-left-color: #ddd;
    }

    .lichenlist li {
        padding-right: 0;
        height: auto;
        background-position: center;
        margin-bottom: 30px;
    }

    .lichenlist li .inner {
        margin-right: 0;
        padding: 20px;
    }

    .lichenlist li .inner2 {
        padding-left: 50%;
    }

    .lichenlist li:nth-child(2n) {
        padding-right: 0;
        padding-left: 0;
    }

    .lichenlist li:nth-child(2n) .inner {
        margin-left: 0;
        margin-right: 0;
    }

    .lichenlist li:nth-child(2n) .inner2 {
        padding-right: 50%;
        padding-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .cate2 .cn {
        font-size: 34px;
        line-height: 54px;
    }

    .cate2 p {
        font-size: 24px;
        line-height: 34px;
    }

    .lichenlist li .inner {
        padding: 15px;
    }

    .lichenlist li .tbcell {
        padding: 0 20px;
    }

    .lichenlist li .year {
        font-size: 30px;
        height: 44px;
        line-height: 44px;
    }

    .lichenlist li .txt {
        font-size: 24px;
        line-height: 36px;
        max-height: 108px;
    }
}

.teamout {
    padding: 116px 0 150px;
    background: url('../images/jab1.png') 0 bottom repeat-x;
}

.team {
    overflow: hidden;
    height: 525px;
    position: relative;
}

.team .pic {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.team .pic img {
    max-width: 100%;
    max-height: 100%;
}

.team .r {
    width: 50%;
    height: 100%;
}

.teamr {
    padding: 20px 30px 10px 60px;
}

.teamr .title {
    color: #111;
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
}

.teamr .txt {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    text-align: justify;
    margin-top: 35px;
    max-height: 390px;
    overflow: hidden;
}

.tmqie,
.tmqie2 {
    border: 1px solid #d20e1c;
    width: 208px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    right: 0;
}

.tmqie {
    background: url('../images/dao.jpg') center no-repeat;
    top: 116px;
    background-size: 100% 100%;
}

.tmqie2 {
    background-image: url('../images/dao2.jpg');
    top: 24px;
    background-size: 100% 100%;
}

.tmqie a,
.tmqie2 a {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    font-size: 16px;
    color: #d20e1c;
    line-height: 38px;
    text-align: center;
}

.tmqie a.on,
.tmqie2 a.on {
    color: #fff;
}

.tmqie a:hover,
.tmqie2 a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1500px) {
    .teamr {
        padding: 20px 0 10px 30px;
    }
}

@media screen and (max-width: 1100px) {
    .teamout {
        padding: 50px 0 80px;
    }

    .team {
        height: auto;
        padding-top: 70px;
    }

    .team .pic {
        float: none;
        width: auto;
        max-width: 840px;
        margin: 0 auto;
        height: auto;
    }

    .team .r {
        float: none;
        width: auto;
        max-width: 840px;
        margin: 0 auto;
    }

    .teamr {
        padding: 30px 0;
    }

    .tmqie2 {
        top: 0;
        right: 50%;
        margin-right: -420px;
    }
}

@media screen and (max-width: 930px) {
    .tmqie2 {
        right: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .teamout {
        padding: 50px 0;
    }

    .teamr .title {
        font-size: 36px;
    }

    .teamr .txt {
        font-size: 26px;
        line-height: 36px;
        max-height: none;
    }

    .tmqie2 {
        width: 308px;
        height: 48px;
    }

    .tmqie2 a {
        font-size: 26px;
        line-height: 48px;
    }
}

.bossout {
    padding: 24px 0 0;
    background: url('../images/jab1.png') 0 bottom repeat-x;
}

.boss {
    overflow: hidden;
    height: 770px;
    position: relative;
    background: url('../images/t2.png') left center no-repeat;
}

.boss .pic {
    float: left;
    width: 45%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.boss .pic img {
    max-width: 100%;
    max-height: 100%;
}

.boss .r {
    width: 50%;
    height: 100%;
}

.bossr {
    padding: 100px 0 10px;
}

.bossr .title {
    color: #333;
    font-size: 40px;
    line-height: 72px;
    position: relative;
    padding-bottom: 20px;
    height: 72px;
    overflow: hidden;
}

.bossr .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 80px;
    height: 2px;
    background-color: #d71c1c;
}

.bossr .geyan {
    margin: 30px 0 20px;
    height: 30px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.bossr .geyanin {
    display: inline-block;
    padding: 0 22px;
    position: relative;
    height: 100%;
}

.bossr .geyanin .dlt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 22px;
    height: 100%;
    background: url('../images/dlt1.png') right no-repeat;
}

.bossr .geyanin .dgt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 22px;
    height: 100%;
    background: url('../images/dgt1.png') left no-repeat;
}

.bossr .txt {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
}

.bossr .txt dd {
    padding-left: 14px;
    margin-bottom: 14px;
    background: url('../images/dot4.png') 0 11px no-repeat;
}

@media screen and (max-width: 1500px) {
    .bossr {
        padding: 40px 0 10px;
    }

    .tmqie {
        top: 56px;
    }
}

@media screen and (max-width: 1300px) {
    .tmqie {
        top: 26px;
    }

    .boss {
        height: auto;
        padding-bottom: 40px;
    }

    .boss .pic {
        text-align: left;
    }

    .bossr {
        padding: 10px 0 10px;
    }
}

@media screen and (max-width: 1080px) {
    .tmqie {
        top: 0;
    }

    .bossout {
        padding: 50px 0 0;
    }

    .boss {
        height: auto;
        background-position: center 100px;
    }

    .boss .pic {
        float: none;
        width: 840px;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        text-align: center;
    }

    .boss .r {
        float: none;
        width: 840px;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .bossr {
        padding: 50px 0 10px;
    }
}

@media screen and (max-width: 820px) {
    .boss {
        background-size: 100%;
    }
}

@media screen and (max-width: 750px) {
    .tmqie {
        width: 308px;
        height: 48px;
    }

    .tmqie a {
        font-size: 26px;
        line-height: 48px;
    }

    .bossout {
        padding: 50px 0 30px;
    }

    .bossr .geyan {
        font-size: 28px;
        line-height: 44px;
        height: 44px;
        margin-top: 40px;
    }

    .bossr .txt {
        font-size: 26px;
        line-height: 36px;
    }

    .bossr .txt dd {
        background-position: 0 16px;
    }
}

.dongout {
    padding: 42px 0 72px;
}

.dong {
    overflow: hidden;
    height: 680px;
    position: relative;
    padding-right: 680px;
}

.dong .pic {
    width: 680px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.dong .pic img {
    max-width: 100%;
    max-height: 100%;
}

.dongl {
    padding-top: 60px;
}

.dongl .title {
    color: #d71c1c;
    font-size: 26px;
    line-height: 60px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
    margin-bottom: 24px;
    text-shadow: 0 1px 0 #6f0909;
}

.dongl .txt {
    font-size: 16px;
    color: #444;
    line-height: 26px;
    text-align: justify;
    max-height: 468px;
    overflow: hidden;
}

.scrollarea1 .scrollbar {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 32px;
    z-index: 2;
}

.scrollarea1 .track {
    width: 5px;
    height: 100%;
    background-color: #dbdbdb;
    position: relative;
}

.scrollarea1 .thumb {
    width: 5px;
    background-color: #d71c1c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    border-radius: 2px;
}

.scrollarea1 {
    position: relative;
    padding-right: 80px;
    height: 468px;
}

.scrollarea1 .viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.scrollarea1 .overview {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 26px;
    text-align: justify;
}

.scrollarea1 .overview img {
    max-width: 100%;
}

.scrollbar.disable {
    display: none;
}

@media screen and (max-width: 1400px) {
    .dong {
        padding-right: 50%;
        height: 600px;
    }

    .dong .pic {
        width: 50%;
    }

    .dongl {
        padding-top: 0;
    }

    .scrollarea1 {
        padding-right: 30px;
    }

    .scrollarea1 .scrollbar {
        right: 5px;
    }
}

@media screen and (max-width: 1000px) {
    .dong {
        height: auto;
        padding-right: 0;
    }

    .dong .pic {
        position: static;
        margin: 0 auto;
        height: auto;
        width: 100%;
    }

    .dongl {
        padding-top: 10px;
    }

    .dongl .title {
        text-align: center;
    }

    .scrollarea1 {
        height: auto;
        padding-right: 0;
    }

    .scrollarea1 .overview {
        position: static;
    }

    .scrollarea1 .scrollbar {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .dongl .title {
        font-size: 36px;
    }

    .scrollarea1 .overview {
        font-size: 26px;
        line-height: 40px;
    }

    .scrollarea1 .overview div,
    .scrollarea1 .overview p,
    .scrollarea1 .overview div span {
        font-size: 26px !important;
        line-height: 40px !important;
    }
}

.fuwuwrap {
    margin: 56px 0 80px;
    padding: 80px 110px;
    -webkit-box-shadow: 0 0 9px 1px rgba(89, 89, 89, 0.2);
    box-shadow: 0 0 9px 1px rgba(89, 89, 89, 0.2);
}

.wutitle {
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.you {
    margin-top: 35px;
    border: 1px solid #e6e6e6;
}

.you1 {
    overflow: hidden;
    height: 366px;
}

.you1 .pic {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.you1 .pic img {
    position: absolute;
    width: 730px;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -365px;
}

.you1 .r,
.you1 .l {
    width: 50%;
    height: 100%;
}

.you1r {
    padding: 50px 50px 10px 50px;
    text-align: left;
}

.you1r h3 {
    color: #d20e1c;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
}

.you1r .txt {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    margin-top: 15px;
    max-height: 208px;
    overflow: hidden;
}

.you2 .pic {
    float: right;
}

.you2 .you1r {
    text-align: right;
}

@media screen and (max-width: 1400px) {
    .fuwuwrap {
        padding: 60px 60px;
    }
}

@media screen and (max-width: 1000px) {
    .fuwuwrap {
        padding: 50px 40px;
    }

    .you {
        padding: 40px 30px 10px;
    }

    .you1 {
        height: auto;
        background-color: #fff;
    }

    .you1 .pic {
        float: none;
        width: 730px;
        max-width: 100%;
        margin: 0 auto;
        height: 366px;
    }

    .you2 .pic {
        float: none;
    }

    .you2 .you1r {
        text-align: left;
    }

    .you1 .r,
    .you1 .l {
        float: none;
        width: 730px;
        max-width: 100%;
        margin: 0 auto;
    }

    .you1r {
        padding: 40px 0 50px;
    }
}

@media screen and (max-width: 750px) {
    .fuwuwrap {
        padding: 40px 30px;
    }

    .wutitle {
        font-size: 36px;
    }

    .you {
        padding: 30px 30px 0;
    }

    .you1r {
        padding: 20px 0 50px;
    }

    .you1r h3 {
        font-size: 32px;
        line-height: 48px;
        height: auto;
    }

    .you1r .txt {
        font-size: 26px;
        line-height: 36px;
        margin-top: 30px;
        max-height: none;
    }
}

.wunianlist {
    overflow: hidden;
    padding: 34px 0;
    margin: 0 -42px;
}

.wunianlist li {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
}

.wunianlist li .lin {
    padding: 0 42px;
}

.wunianlist li a {
    display: block;
    position: relative;
    border-radius: 25px;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d20e1c), to(#ff6000));
    background-image: linear-gradient(top, #d20e1c, #ff6000);
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.wunianlist li h3 {
    display: inline-block;
    height: 100%;
    padding-left: 32px;
}

.wunianlist li.i1 h3 {
    background: url('../images/wu1.png') left no-repeat;
}

.wunianlist li.i2 h3 {
    background: url('../images/wu2.png') left no-repeat;
}

.wunianlist li.i3 h3 {
    background: url('../images/wu3.png') left no-repeat;
}

.wunianlist li a {
    -webkit-transition: .6s;
    transition: .6s;
}

.wunianlist li:hover a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6000), to(#d20e1c));
    background-image: linear-gradient(top, #ff6000, #d20e1c);
}

@media screen and (max-width: 1460px) {
    .wunianlist {
        margin: 0;
    }

    .wunianlist li .lin {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    .wunianlist li {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .wunianlist li {
        float: none;
        width: 100%;
    }

    .wunianlist li .lin {
        padding: 0 0;
    }

    .wunianlist li a {
        font-size: 24px;
    }
}

.syslist {
    overflow: hidden;
    padding: 35px 0 10px;
    margin: 0 -40px;
    background: url('../images/sysbg.png') right bottom no-repeat;
}

.syslist li {
    float: left;
    width: 50%;
    margin-bottom: 50px;
}

.syslist li .lin {
    padding: 0 40px;
}

.syslist li a {
    display: block;
    position: relative;
    height: 110px;
    overflow: hidden;
    border: 1px dashed #ebebeb;
    padding-left: 120px;
    padding-right: 50px;
}

.syslist .num {
    float: left;
    width: 110px;
    height: 100%;
    margin-left: -110px;
    font-size: 0;
    line-height: 110px;
    text-align: center;
}

.syslist .con {
    display: table;
    width: 100%;
    height: 100%;
}

.syslist .inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 16px;
    color: #555;
    line-height: 26px;
}

.syslist li:hover .inner {
    color: #e50010;
}

@media screen and (max-width: 1460px) {
    .syslist {
        margin: 0;
        padding: 34px 0;
    }

    .syslist li .lin {
        padding: 0 20px;
    }

    .syslist li a {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .syslist li {
        float: none;
        width: 100%;
    }

    .syslist li .lin {
        padding: 0;
    }
}

@media screen and (max-width: 750px) {
    .syslist li a {
        height: 130px;
    }

    .syslist .num {
        line-height: 130px;
    }

    .syslist .inner {
        font-size: 24px;
        line-height: 36px;
    }
}

.networkout {
    padding: 60px 0 80px;
    height: 548px;
    /*background: url('../images/china.png') 20px 60px no-repeat;*/
}

.netbg {
    float: left;
    width: 650px;
    display: block;
}

.network {
    float: right;
    width: 670px;
    position: relative;
    top: 60px;
}

.network .wutitle {
    text-align: left;
}

.networkcon {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    text-align: justify;
}

.networkcon dd {
    display: inline-block;
    min-width: 49%;
}

.biaoqian {
    margin-top: 34px;
    padding-bottom: 10px;
    overflow: hidden;
}

.biaoqian label {
    float: left;
    width: 120px;
    height: 36px;
    margin-right: 16px;
    margin-bottom: 16px;
    background-color: #d20e1c;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.biaoqian label:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1650px) {
    .network {
        top: 40px;
    }

    .netbg {
        width: 570px;
    }
}

@media screen and (max-width: 1550px) {
    .network {
        top: 0;
    }

    .netbg {
        width: 500px;
    }
}

@media screen and (max-width: 1480px) {
    .netbg {
        width: 420px;
    }
}

@media screen and (max-width: 1300px) {
    .netbg {
        width: 370px;
    }
}

@media screen and (max-width: 1250px) {
    .netbg {
        width: 320px;
    }
}

@media screen and (max-width: 1200px) {
    .networkout {
        height: auto;
    }

    .netbg {
        float: none;
        width: 650px;
        max-width: 100%;
        margin: 0 auto;
    }

    .network {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .networkout {
        background-size: 100%;
    }
}

@media screen and (max-width: 750px) {
    .biaoqian label {
        width: 170px;
        height: 46px;
        font-size: 24px;
        line-height: 46px;
    }

    .networkcon {
        font-size: 26px;
        line-height: 44px;
    }
}

.tieshi {
    margin: 50px 0 100px;
    height: 260px;
    padding-left: 480px;
}

.tiepic {
    position: relative;
    width: 416px;
    height: 260px;
    z-index: 1;
    float: left;
    margin-left: -480px;
}

.tiepic-scroll {
    position: relative;
}

.tiepic-scroll .slides {
    overflow: hidden;
    height: 260px;
}

.tiepic-scroll .slides li {
    display: none;
    height: 100%;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.tiepic-scroll .slides li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tiepic-scroll .slides a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}

.tiepic-scroll .flex-control-paging {
    width: 100%;
    height: 10px;
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 3;
}

.tiepic-scroll .flex-control-paging li {
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 0 6px;
}

.tiepic-scroll .flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    background: url('../images/dot3.png') center no-repeat;
}

.tiepic-scroll .flex-control-paging li a.flex-active {
    background-image: url('../images/dot3h.png');
}

.tieshicon h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

.tieshicon h3 {
    font-size: 20px;
    color: #333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.tieshicon .hx {
    width: 70px;
    height: 3px;
    background-color: #d20e1c;
    margin: 26px 0 28px;
}

.tieshicon .txt {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
}

.wufirst {
    border: 1px dashed #e46e77;
    padding: 35px 95px;
    text-align: center;
}

.wufirst .txt {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: left;
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.wufirst .ilt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 14px;
    height: 12px;
    background: url('../images/yin1.png') center no-repeat;
}

.wufirst .irt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 14px;
    height: 12px;
    background: url('../images/yin2.png') center no-repeat;
}

@media screen and (max-width: 1650px) {
    .wufirst .irt {
        top: auto;
        bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .tieshi {
        padding-left: 440px;
    }

    .tiepic {
        margin-left: -440px;
    }

    .tieshicon .hx {
        margin: 15px 0;
    }

    .tieshicon .txt {
        height: 156px;
    }

    .wufirst {
        padding: 35px 55px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 940px) {
    .tieshi {
        height: auto;
        padding-left: 0;
    }

    .tiepic {
        float: none;
        margin: 0 auto 30px;
    }

    .tieshicon h2 {
        text-align: center;
    }

    .tieshicon h3 {
        height: auto;
        text-align: center;
    }

    .tieshicon .txt {
        height: auto;
    }

    .tieshicon .hx {
        margin: 15px auto;
    }
}

@media screen and (max-width: 750px) {
    .tieshicon h3 {
        font-size: 26px;
    }

    .tieshicon .txt {
        font-size: 24px;
        line-height: 40px;
    }

    .wufirst {
        padding: 35px;
    }

    .wufirst .txt {
        font-size: 26px;
        line-height: 46px;
    }
}

.rencaiwrap {
    margin: 52px 0 60px;
    padding: 66px 110px 0;
    -webkit-box-shadow: 0 0 9px 1px rgba(89, 89, 89, 0.2);
    box-shadow: 0 0 9px 1px rgba(89, 89, 89, 0.2);
}

.rencailist {
    padding: 35px 0 20px;
}

.rencailist li {
    width: 100%;
    margin-bottom: 30px;
}

.rencailist li a {
    display: block;
    position: relative;
    height: 152px;
    padding-left: 200px;
}

.rencailist .key {
    float: left;
    width: 200px;
    height: 152px;
    margin-left: -200px;
    font-size: 0;
    line-height: 152px;
}

.rencailist .con {
    display: table;
    width: 100%;
    height: 100%;
}

.rencailist .inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #555;
    line-height: 32px;
    font-weight: bold;
}

.rencailist .inner dl {
    position: relative;
    padding: 26px 40px;
    -webkit-transition: .6s;
    transition: .6s;
    border: 1px dashed #bcbcbc;
    background-color: #f5f5f5;
}

.rencailist .inner dl:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    z-index: 2;
    width: 3px;
    height: 16px;
    background-color: #d91624;
    margin-top: -8px;
}

.rencailist .inner dl:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    z-index: 2;
    width: 3px;
    height: 16px;
    background-color: #d91624;
    margin-top: -8px;
}

.rencailist li:hover .inner dl {
    border-color: #e50010;
}

@media screen and (max-width: 1460px) {
    .rencaiwrap {
        padding: 66px 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .rencaiwrap {
        padding: 0;
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 750px) {
    .rencailist li a {
        height: auto;
    }

    .rencailist .con {
        height: auto;
        min-height: 152px;
    }

    .rencailist .inner {
        font-size: 24px;
        line-height: 40px;
    }

    .rencailist .inner dl {
        padding: 20px;
    }
}

.cailist {
    padding: 76px 0 36px;
}

.cailist li {
    width: 100%;
    margin-bottom: 68px;
}

.cailist .lin {
    height: 370px;
    background-color: #fff;
}

.cailist li a {
    display: block;
    position: relative;
    height: 100%;
    padding-right: 705px;
    overflow: hidden;
}

.cailist li .picout {
    width: 590px;
    height: 370px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url('../images/caixu1.png') left center no-repeat;
    background-size: auto 100%;
}

.cailist li .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 370px;
}

.cailist li .pic img {
    max-width: 100%;
    max-height: 100%;
}

.pairout {
    position: relative;
    height: 100%;
}

.pairout h3 {
    font-size: 26px;
    color: #333;
    line-height: 60px;
    font-weight: bold;
    text-align: left;
    padding-left: 90px;
    height: 60px;
    position: relative;
}

.pairout h3 span {
    display: inline-block;
    width: 280px;
    overflow: hidden;
    text-align: center;
    background: url('../images/caibt.png') center no-repeat;
    background-size: 100%;
}

.pairout h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 0;
    width: 90px;
    height: 1px;
    background-color: #999;
}

.pairout .num {
    position: absolute;
    bottom: 5px;
    right: -47px;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
}

.pairout .num.i1 {
    background: url('../images/cai01.png') center no-repeat;
}

.pairout .num.i2 {
    background: url('../images/cai02.png') center no-repeat;
}

.pairout .num.i3 {
    background: url('../images/cai03.png') center no-repeat;
}

.pair {
    padding: 70px 0 32px 85px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: -30px;
}

.pair .txt {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    text-align: justify;
    height: 196px;
    overflow: hidden;
}

.cailist li.even a {
    padding-left: 705px;
    padding-right: 0;
}

.cailist li.even .picout {
    left: 0;
    right: auto;
    padding-right: 20px;
    padding-left: 0;
    background-image: url('../images/caixu2.png');
    background-position: right center;
}

.cailist li.even .pair {
    border-left: 0 none;
    border-right: 1px solid #999;
    padding: 70px 85px 32px 0;
}

.cailist li.even .pairout .num {
    right: auto;
    left: -47px;
}

.cailist li.even h3 {
    padding-left: 0;
    padding-right: 90px;
    text-align: right;
}

.cailist li.even .pairout h3:before {
    left: auto;
    right: 0;
}

@media screen and (max-width: 1460px) {
    .cailist li a {
        padding-right: 620px;
    }

    .cailist li.even a {
        padding-left: 620px;
        padding-right: 0;
    }

    .pair {
        padding: 50px 20px 10px 45px;
    }

    .cailist li.even .pair {
        padding: 50px 45px 10px 20px;
    }

    .pairout .num {
        right: 0;
    }

    .cailist li.even .pairout .num {
        right: auto;
        left: 0;
    }

    .pair .txt {
        height: 256px;
    }
}

@media screen and (max-width: 1300px) {
    .cailist li a {
        padding-right: 52%;
    }

    .cailist li.even a {
        padding-left: 52%;
        padding-right: 0;
    }

    .cailist li .picout {
        width: 50%;
        height: 100%;
    }

    .pair {
        padding: 40px 20px 10px 20px;
    }

    .cailist li.even .pair {
        padding: 40px 20px 10px 20px;
    }
}

@media screen and (max-width: 1200px) {
    .cailist li a {
        padding-right: 42%;
    }

    .cailist li.even a {
        padding-left: 42%;
        padding-right: 0;
    }

    .cailist li .picout {
        width: 40%;
        height: 100%;
    }
}

@media screen and (max-width: 960px) {
    .cailist {
        padding: 25px 0;
    }

    .cailist .lin {
        height: auto;
    }

    .cailist li a {
        padding-right: 0;
    }

    .cailist li:nth-child(even) a {
        padding-left: 0;
    }

    .cailist li .picout {
        position: static;
        width: 590px;
        height: auto;
        margin: 0 auto;
    }

    .pairout {
        width: 610px;
        height: auto;
        margin: 30px auto 0;
    }

    .pair .txt {
        height: auto;
    }

    .pair {
        padding: 50px 20px 30px 20px;
    }

    .cailist li.even .pair {
        padding: 50px 20px 30px 20px;
    }

    .pairout .num {
        position: absolute;
        bottom: auto;
        top: 5px;
    }
}

@media screen and (max-width: 750px) {
    .pair h3 {
        font-size: 34px;
    }

    .pair .txt {
        font-size: 26px;
        line-height: 40px;
    }
}

.cpytwo {
    width: 100%;
    height: 500px;
    background: url('../images/cpybg.jpg') center no-repeat;
}

.cpywrap {
    padding: 115px 20px 0;
    text-align: center;
    margin: 0 auto;
    max-width: 1640px;
    background: url('../images/zuan2.png') center 83px no-repeat;
}

.cpywrap h3 {
    font-size: 30px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

.cpywrap h3:after {
    content: '';
    width: 28px;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    z-index: 0;
}

.cpywrap .cn {
    font-size: 30px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    margin-top: 32px;
}

.cpywrap .en {
    font-size: 16px;
    color: #666;
    line-height: 42px;
}

.cpy {
    padding: 50px 0 0;
    overflow: hidden;
}

.cpytitle {
    font-size: 30px;
    color: #d20e1c;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
}

.cpysubtitle {
    font-size: 24px;
    color: #333;
    line-height: 1.75em;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-top: 34px;
}

.cpysubtitle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 0;
    width: 6px;
    height: 26px;
    background-color: #d20e1c;
}

.cpycon {
    padding: 30px 0;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    text-align: justify;
}

.cpycon img {
    max-width: 100%;
}

@media screen and (max-width: 750px) {
    .cpywrap .en {
        font-size: 26px;
    }

    .cpytitle {
        font-size: 36px;
    }

    .cpysubtitle {
        font-size: 32px;
    }

    .cpysubtitle:after {
        top: 10px;
    }

    .cpycon {
        font-size: 26px;
        line-height: 42px;
    }

    .cpycon div,
    .cpycon p,
    .cpycon span {
        font-size: 26px !important;
        line-height: 42px !important;
    }
}

#map {
    width: 100%;
    height: 640px;
}

.addrlist {
    max-width: 1720px;
    overflow: hidden;
    padding: 60px 0 20px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.addrlist li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.addrlist li .lin {
    padding: 0 25px;
}

.addrlist li h3 {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
    height: 50px;
    background-color: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.addrlist li p {
    display: none;
}

.addrlist li:hover h3,
.addrlist li.on h3 {
    background-color: #dd0a1b;
    color: #fff;
}

.lxcon {
    margin: 40px auto 34px;
    max-width: 1680px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lxcon p {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 3em;
    padding-left: 32px;
}

.lxcon p.lx1 {
    background: url('../images/lx1.png') left no-repeat;
}

.lxcon p.lx2 {
    background: url('../images/lx2.png') left no-repeat;
}

.lxcon p.lx3 {
    background: url('../images/lx3.png') left no-repeat;
}

.lxcon p.lx4 {
    background: url('../images/lx4.png') left no-repeat;
}

.lxcon i.sx {
    display: inline-block;
    width: 30px;
    height: 3em;
    background: url('../images/sx1.png') center no-repeat;
}

@media screen and (max-width: 1500px) {
    .addrlist li {
        width: 33.3%;
    }
}

@media screen and (max-width: 1100px) {
    .addrlist {
        padding: 60px 20px 20px;
    }

    .addrlist li {
        width: 50%;
    }

    .addrlist li .lin {
        padding: 0 20px;
    }
}

@media screen and (max-width: 750px) {
    .lxcon p {
        font-size: 24px;
        line-height: 2.5em;
    }

    .lxcon p.lx4 {
        background-position: left 20px;
    }

    .lxcon i.sx {
        display: none;
    }

    .addrlist li {
        float: none;
        width: 100%;
    }

    .addrlist li .lin {
        padding: 0 0;
    }

    .addrlist {
        padding: 40px 20px 20px;
    }

    .addrlist li h3 {
        font-size: 24px;
    }
}

.linyulist {
    width: 100%;
    padding: 64px 0 30px;
}

.linyulist li {
    width: 100%;
    margin-bottom: 50px;
}

.linyulist li a {
    display: block;
    position: relative;
    height: 400px;
    background-color: #d8d8d8;
    overflow: hidden;
}

.linyulist li .pic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.linyulist li .pic img {
    width: auto;
    height: 100%;
}

.linyulist li .wzout {
    width: 640px;
    height: 100%;
    background-color: rgba(199, 11, 24, 0.9);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.linyulist li .wz {
    padding: 50px 60px 10px;
    color: #fff;
    position: relative;
}

.linyulist li h3 {
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.linyulist li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 216px;
    overflow: hidden;
    text-align: justify;
}

.linyulist li label {
    padding-left: 86px;
    display: block;
    height: 50px;
    cursor: pointer;
    font-family: 'arial';
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 3;
    background: url('../images/line-yu.png') left no-repeat;
}

.linyulist li:hover a {
    -webkit-box-shadow: 0 0 5px 0 rgba(199, 11, 24, 0.3);
    box-shadow: 0 0 5px 0 rgba(199, 11, 24, 0.3);
}

@media screen and (max-width: 1200px) {
    .linyulist {
        padding: 50px 0 20px;
    }

    .linyulist li a {
        height: auto;
    }

    .linyulist li .pic {
        width: 100%;
        height: auto;
        position: static;
    }

    .linyulist li .pic img {
        width: 100%;
        height: auto;
    }

    .linyulist li .wzout {
        position: static;
        width: 100%;
    }

    .linyulist li .wz {
        padding: 50px 60px 60px;
    }

    .linyulist li .txt {
        height: auto;
    }
}

@media screen and (max-width: 960px) {
    .linyulist li .wz {
        padding: 30px 40px 40px;
    }

    .linyulist li label {
        top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .linyulist li h3 {
        font-size: 36px;
        line-height: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .linyulist li .txt {
        font-size: 26px;
        line-height: 40px;
    }

    .linyulist li label {
        font-size: 26px;
        line-height: 60px;
        height: 60px;
    }
}

/*首页*/
.fkehu {
    padding-top: 30px;
}

.fcate1 {
    position: relative;
    text-align: center;
}

.fcate1 .cn {
    font-size: 32px;
    line-height: 60px;
    color: #303030;
    font-weight: bold;
    height: 60px;
    background: url('../images/line1.png') center no-repeat;
}

.fcate1 .cn2 {
    font-size: 16px;
    color: #999;
    line-height: 26px;
}

.kehulist {
    width: 100%;
    max-width: 1710px;
    padding: 50px 0 32px;
    overflow: hidden;
    margin: 0 auto;
}

.kehulist li {
    float: left;
    width: 11.11%;
    margin-bottom: 40px;
}

.kehulist li .lin {
    padding: 0 20px;
}

.kehulist li a {
    display: block;
    background-color: #fff;
    overflow: hidden;
}

.kehulist .pic {
    width: 100%;
    height: 90px;
    overflow: hidden;
    font-size: 0;
    line-height: 90px;
    text-align: center;
}

.kehulist img {
    max-width: 100%;
    max-height: 94%;
}

.kehulist li:hover a {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.kehulist li:hover .pic {
    -webkit-animation: rotateY360 2s linear infinite;
    animation: rotateY360 2s linear infinite;
}

@media screen and (max-width: 1500px) {
    .kehulist {
        width: auto;
        padding: 50px 20px 32px;
    }

    .kehulist li {
        width: 16.66%;
    }
}

@media screen and (max-width: 1100px) {
    .kehulist li {
        width: 25%;
    }
}

@media screen and (max-width: 800px) {
    .kehulist li {
        width: 33.3%;
    }
}

@media screen and (max-width: 750px) {
    .fcate1 .cn {
        font-size: 36px;
    }

    .fcate1 .cn2 {
        font-size: 26px;
        line-height: 40px;
    }
}

a.seemore {
    display: block;
    width: 240px;
    height: 46px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    color: #c91111;
    line-height: 46px;
    text-align: center;
    border: 1px solid #c91111;
}

a.seemore span {
    position: relative;
    z-index: 2;
}

a.seemore:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #c91111;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.seemore:hover:after {
    height: 100%;
}

a.seemore:hover {
    background-color: #c91111;
    color: #fff;
}

.fnews {
    padding: 66px 0 66px;
    background: #f6f6f6 url('../images/fnewsbg.jpg') top no-repeat;
}

.fnewslist {
    max-width: 1740px;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 20px 30px;
    text-align: center;
    font-size: 0;
}

.fnewslist li {
    float: left;
    width: 33%;
    margin-bottom: 30px;
}

.fnewslist li .inner {
    padding: 0 40px;
    text-align: left;
}

.fnewslist li dt {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    height: 40px;
    padding-bottom: 7px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.fnewslist li dt:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 62px;
    height: 2px;
    background-color: #c91111;
}

.fnewslist li dt a {
    color: #333;
}

.hot {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.hot .pic {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
    position: relative;
}

.hot .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.hot h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 24px;
}

.hot p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
    height: 44px;
    margin-top: 10px;
}

.hot .date {
    width: 140px;
    height: 50px;
    background-color: #a1a1a1;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 3;
}

.fnewslist li:hover .hot {
    border-color: #c91111;
}

.fnewslist li:hover .hot h3 {
    color: #c91111;
}

.fnewslist li:hover dt a {
    color: #c91111;
}

.fnewslist li:hover .date {
    background-color: #c91111;
}

.fnewslist .hot,
.fnewslist h3,
.fnewslist dt a,
.fnewslist .date {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1740px) {
    .fnewslist li .inner {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1500px) {
    .fnewslist li .inner {
        padding: 0 15px;
    }

    .hot p {
        height: 66px;
    }
}

@media screen and (max-width: 1080px) {
    .fnewslist li {
        float: none;
        display: inline-block;
        width: 50%;
    }

    .fnewslist li:last-child {
        width: 580px;
    }
}

@media screen and (max-width: 750px) {
    .fnewslist li {
        width: 100%;
    }

    .fnewslist li:last-child {
        width: 100%;
    }

    .fnewslist li dt {
        font-size: 30px;
        line-height: 50px;
        height: 50px;
    }

    .hot h3 {
        font-size: 28px;
        line-height: 44px;
        height: auto;
    }

    .hot p {
        display: none;
    }

    .hot .date {
        width: 160px;
        font-size: 24px;
    }

    a.seemore {
        width: 300px;
        height: 60px;
        line-height: 60px;
    }
}

.fpro {
    padding-top: 115px;
}

.fprolist {
    width: 100%;
    overflow: hidden;
    margin-top: 42px;
}

.fprolist li {
    float: left;
    width: 33.33%;
}
.fprolist li.li_4{
    width: 25%;
}

.fprolist li .lin {
    display: block;
    height: 680px;
    text-align: center;
    position: relative;
    top: 0;
}
.fprolist li.li_4 .lin{
    height: 510px;
}

.fpro-p {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.fpro-p img {
    width: 100%;
    height: 100%;
}

.fpro-wrap {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 156px;
    background: url('../images/zuan.png') center 83px no-repeat;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.fpro-h {
    font-size: 40px;
    line-height: 92px;
    height: 92px;
    position: relative;
    text-shadow: 4px 2px 5px #000;
}

.fpro-h:after {
    content: '';
    width: 42px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
    z-index: 0;
}

.fpro-info {
    font-size: 16px;
    line-height: 24px;
    margin: 36px auto 0;
    padding: 0 30px;
    max-width: 400px;
    height: 96px;
    overflow: hidden;
}

.fpro-info span {
    display: inline-block;
    text-shadow: 0px 0px 5px #000;
}

.fprobtn {
    display: block;
    background-color: #fff;
    width: 130px;
    height: 46px;
    margin: 28px auto 0;
    font-size: 16px;
    color: #303030;
    line-height: 46px;
    border-radius: 23px;
}

.fprolist li:hover .fpro-wrap {
    padding-top: 148px;
}

@media screen and (max-width: 1000px) {
    .fpro-info span {
        display: inline;
    }
}

@media screen and (max-width: 750px) {
    .fprolist {
        padding: 40px 10px;
        width: auto;
    }

    .fprolist li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .fprolist li.li_4 {
        width: 100%;
    }
    .fprolist li.li_4 .lin{
        height: 680px;
    }
    .fpro-info {
        font-size: 26px;
        line-height: 40px;
        height: 120px;
    }

    .fprobtn {
        width: 300px;
        height: 60px;
        font-size: 26px;
        line-height: 60px;
        margin-top: 40px;
        border-radius: 25px;
    }
}

.fcate2 {
    text-align: center;
}

.fcate2 .cn {
    font-size: 38px;
    line-height: 58px;
    color: #666;
    font-weight: bold;
    height: 58px;
    position: relative;
    z-index: 1;
}

.fcate2 .en {
    vertical-align: top;
    font-size: 0;
    height: 77px;
    margin-top: -35px;
}

.fabout {
    padding: 60px 0 90px;
}

.fabtxt {
    overflow: hidden;
    margin: 38px 0 60px;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
}

.fcate3 {
    text-align: center;
}

.fcate3 .cn {
    font-size: 40px;
    line-height: 70px;
    color: #333;
}

.fcate3 .en {
    font-size: 16px;
    color: #999;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'arial';
}

.fguolist {
    overflow: hidden;
    width: 100%;
    margin: 46px 0 36px;
    position: relative;
    z-index: 1;
    font-size: 0;
    text-align: center;
}

.fguolist li {
    display: inline-block;
    width: 308px;
    max-width: 25%;
}

.fguolist li a {
    display: block;
    position: relative;
}

.fguolist li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #cbcbcb;
}

.fguolist li:first-child a:before {
    display: none;
}

.fguolist h3 {
    color: #d71c1c;
    position: relative;
    height: 70px;
}

.fguolist h3 span {
    font-size: 60px;
    font-family: 'swissbt';
    line-height: 70px;
}

.fguolist h3 i {
    font-style: normal;
    font-size: 16px;
    color: #d71c1c;
    margin-left: 10px;
    vertical-align: top;
}

.fguolist li .txt {
    font-size: 16px;
    color: #333;
    line-height: 20px;
}

@media screen and (max-width: 1000px) {
    .fabout {
        padding: 60px 0 40px;
    }

    .fguolist li {
        width: 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .fguolist li a:before {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .fcate3 .cn {
        font-size: 36px;
    }
}

@media screen and (max-width: 750px) {
    .fabtxt {
        font-size: 26px;
        line-height: 44px;
    }

    .fguolist h3 i {
        font-size: 26px;
    }

    .fguolist li .txt {
        font-size: 26px;
        line-height: 40px;
    }

    .fcate2 .cn {
        font-size: 50px;
    }

    .fcate3 .cn {
        font-size: 34px;
    }

    .fcate3 .en {
        font-size: 26px;
        line-height: 40px;
    }

    .breadcrumb{
        font-size: 26px;
    }
}

.indexpro{padding-top: 115px;  padding-bottom: 50px;}
.ulbox{height: 400px; overflow: hidden; position: relative;margin-top: 40px;padding-bottom: 30px;}
.product_list,.product_show{width: 100%;overflow: hidden;}
.product_list{height: 400px; width:100000px; position: absolute;  /*overflow-x: scroll;*/  overflow-y: hidden;  white-space: nowrap;}
.product_list li{width: 300px;margin-right: 10px;overflow: hidden;margin-bottom: 40px;display: inline-block;}
/*.product_list li:nth-child(4n){margin-right: 0px;}*/
/*.product_list li:last-child,.product_show li:last-child{margin-right: 0px;}*/
.product_list li .pro_img{overflow: hidden;width: 300px;  height: 300px;}
.product_list li .pro_img img{width: 100%; height:100%; transition-duration: 0.8s; transition-timing-function: ease;}
.product_list li:hover img{transform: scale(1.2);}
.product_list li:hover .pro_text{color: #4a8d90;}
.product_list li .pro_text{text-align: center;padding-top: 15px;}
.product_list li .pro_text h3{font-size: 16px;line-height: 30px;font-weight: bold;text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;}
.product_list li .pro_text p{font-size: 12px;line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
    .product_list li .pro_text h3{font-size: 26px;font-weight: 100;}
}


.ir-right {
    position: fixed;
    right: 30px;
    bottom: 160px;
    display: flex;
    flex-direction: column;
    z-index: 99999
}

.ir-right .box {
    padding-left: 12px;
    position: relative;
}
.ir-right .box .boxnr{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: .5s;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.ir-right .box:hover .boxnr{
    background: #009a3e;
}

.ir-right .box .ho {
    transition: .5s;
    display: none;
    width: 34px;
    font-size: 16px;
    color: #fff;
}

.ir-right .box .normal {
    transition: .5s;
    width: 27px;
    display: inline-block;
}

.ir-right .box .normal img {
    width: 100%;
    object-fit: contain;
}

.ir-right .box:hover .ho {
    display: inline-block;
}

.ir-right .box:hover .normal {
    display: none;
}

.ir-right .box::after {
    position: absolute;
    left: -10px;
    top: 0;
    /* content: ''; */
    width: 100%;
    height: 100%;
}

.ir-right .box .content {
    position: absolute;
    right: 70px;
    top: 0;
    display: none;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eeeeee;
    /* pointer-events: none; */
    z-index: 556;
}

.ir-right .box::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid #009A3E;
    border-bottom: 6px solid transparent;
    opacity: 0;
}

.ir-right .box:hover::before {
    opacity: 1;
}

.ir-right .box:hover .content {
    display: flex;
    /* pointer-events: unset; */
}

.ir-right .box .content .top {
    display: flex;
    align-items: stretch;
}

.ir-right .box .content .top img {
    width: 45px;
    height: 45px;
}

.ir-right .box .content .top .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 190px;
    margin-left: 10px;
}

.ir-right .box .content .top .right dt {
    color: #009A3E;
    font-size: 22px;
}

.ir-right .box .content .top .right dd {
    color: #666;
    font-size: 12px;
    margin: 0;
}

.ir-right .box .content .bottom {
    margin-top: 20px;
    display: flex;
}

.ir-right .box .content .bottom a {
    display: flex;
    align-items: center;
    width: 80px;
    height: 26px;
    color: #fff;
    border-radius: 5px;
    background: #ddd;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    margin-right: 5px;
}

.ir-right .box .content .bottom a:hover {
    background: #009A3E;
}

.ir-right .box .content .bottom a img {
    width: 15px;
    object-fit: contain;
    margin-right: 5px;
}

.ir-right .box .content .code p {
    text-align: center;
    color: #009A3E;
    margin-top: 5px;
}

@media screen and (max-width: 750px) {
    .ir-right{
        display: none;
    }
}

.totop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 9999;
}
.totop img{
    width: 60px;
    height: 60px;
    cursor: pointer;
    object-fit: contain;
}


.popup{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;display: none;}
.popup *{ box-sizing: border-box; }
.popup .popupFlex{height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.popup .popupBox{width: 420px;box-shadow:0px 0px 16px 0px rgba(102,102,102,0.24);border-radius:6px;background: #fff;padding: 18px 30px 22px;position: relative;display: none;}
.popup .popupTit{font-size: 16px;line-height: 24px;color: #3D3D3D;margin-bottom: 12px;}
.popup .popupClose{display: block;width: 24px;height: 24px;background: url(../images/×.png) no-repeat center center;position: absolute;right: 20px;top: 18px;transition: .4s;}
.popup .popupClose:hover{transition: .4s;transform: rotate(180deg);}
.popup .applyForm{margin: 0 -5px;}
.popup .formSec{float: left;width: 50%;padding: 5px;}
.popup .formSec.fullWidth{width: 100%;}
.popup .formSec.on .inputGroup{border: 1px solid #FF7B1C;}
.popup .formSec.on .inputGroup .info{display: none;}
.popup .formSec.on .inputGroup .noInfo{display: block;}
.popup .formSec.on .inputGroup .noInfo::-webkit-input-placeholder{color: #FF7B1C;}
.popup .formSec.on .inputGroup .noInfo::-moz-placeholder{color: #FF7B1C;}
.popup .formSec.on .inputGroup .noInfo::-ms-input-placeholder{color: #FF7B1C;}
.popup .formSec.on .inputGroup .noInfo:-ms-input-placeholder{color: #FF7B1C;}
.popup .formSec .inputGroup .noInfo{display: none;}
.popup .inputGroup{border: 1px solid #c2c2c2;border-radius: 4px;}
.popup .inputGroup input{display: block;width: 100%;height: 30px;line-height: 30px;padding: 0 10px;border: none;background: none;}
.popup .formSec textarea{display: block;width: 100%;padding: 8px  10px;resize: none;outline: none;border-radius: 4px;}
.popup .formBtns{float: left;width: 100%;margin-top: 10px;text-align: center;}
.popup .applySub{display: inline-block;width: 180px;line-height: 40px;background: #8EC11D;color: #fff;border-radius: 4px;text-align: center;transition: .4s;border: none;  cursor: pointer;}
.popup .applySub:hover{background:rgba(0, 106, 54,1);box-shadow:0px 2px 8px 0px rgba(17,120,225,0.6);transition: .4s;}

.popup .inputGroup.onError{border-color: #FF7B1C !important;}
.popup .inputGroup.onError input{color: #FF7B1C;}
.popup .inputGroup.onError input::placeholder{color: #FF7B1C;}
.popup .inputGroup.onError input::-moz-placeholder{color: #FF7B1C;}
.popup .applyState{height: 304px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.popup .applyState p{margin-top: 20px;font-size: 16px;line-height: 24px;}